All Series
This script returns all the Series structs.
Note: This will eventually be long.
Returns: [UFC_NFT.SeriesData]
- A list of the UFC_NFT Series Data.
import UFC_NFT from 0xUFCNFTADDRESS
pub fun main(): [UFC_NFT.SeriesData] {
return UFC_NFT.getAllSeries()
}